Let Garmin debugging display translated name on open.
authorrobertl <robertl>
Tue, 29 Aug 2006 16:33:25 +0000 (16:33 +0000)
committerrobertl <robertl>
Tue, 29 Aug 2006 16:33:25 +0000 (16:33 +0000)
jeeps/gpsserial.c

index 1abc30669ce26ea267be3d026cdcc07969d919f3..78896bfe839c0178e890f08f36537b52bfd008bd 100644 (file)
@@ -92,7 +92,7 @@ int32 GPS_Serial_On(const char *port, gpsdevh **dh)
        const char *xname = fix_win_serial_name(port);
        win_serial_data *wsd = xcalloc(sizeof (win_serial_data), 1);
        *dh = (gpsdevh*) wsd;
-
+       GPS_Diag("Opening %s\n", xname);
        comport = CreateFile(xname, GENERIC_READ|GENERIC_WRITE, 0, NULL,
                                          OPEN_EXISTING, 0, NULL);